Carbon


Verb Constants

Header: PictUtils.h

enum {
    returnColorTable = 1,
    returnPalette = 2,
    recordComments = 4,
    recordFontInfo = 8,
    suppressBlackAndWhite = 16
};

Constant descriptions

returnColorTable

Specify to return a Color Table.

returnPalette

Specify to return a Palette structure.

recordComments

Specify to return comment information.

recordFontInfo

Specify to return font information.

suppressBlackAndWhite

Don't include black and white with returned colors.

These constants are used in the verb parameter of the GetPictInfo, GetPixMapInfo,and NewPictInfo functions to indicate the type of information those functions should return. You can use any or all of these constants or the sum of the integers they represent.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)